if service.click({ 
"#voice_note_cancel_btn", 
"#voice_note_draft_discard_btn", 
"#cancel",
}) 
return true 
end

if service.click({
{"#unread_divider_tv",
}
})
return true
end

if service.click({ 
{"‏المزيد&‏بحث$50", 
"‏مسح*$50", 
"#button1", 
} 
}) 
return true 
end
if       service.click({ 
{"#menuitem_delete$100", 
{"#button3", 
"#button1"}, 
} 
}) 
return true 
end
if service.click({ 
{"%[长按]&‏بحث", 
"#menuitem_conversations_delete", 
"#button1", 
} 
}) 
return true 
end
-- قراءة النص في مربع التعديل..
if focus == editText then
local focus= service.getFocusView()
local editText= service.getEditText()
local text= editText.getText()

return true, text, service.speak(tostring(text))
end
return true